home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / java / js.dfm / js.txt
Encoding:
Text File  |  1996-04-08  |  5.6 KB  |  260 lines

  1. object Form6: TForm6
  2.   Left = 63
  3.   Top = 88
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form6'
  7.   ClientHeight = 465
  8.   ClientWidth = 644
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 644
  22.     Height = 465
  23.     Align = alClient
  24.     OnMouseMove = Image1MouseMove
  25.   end
  26.   object Label1: TLabel
  27.     Left = 301
  28.     Top = 384
  29.     Width = 325
  30.     Height = 54
  31.     Caption = 'JAVA SCRIPTS'
  32.     Font.Color = clGreen
  33.     Font.Height = -48
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = [fsBold, fsItalic]
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 344
  41.     Top = 20
  42.     Width = 281
  43.     Height = 349
  44.     Font.Color = clNavy
  45.     Font.Height = -16
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = [fsBold, fsItalic]
  48.     Lines.Strings = (
  49.       'Hello, JAVA !')
  50.     ParentFont = False
  51.     ScrollBars = ssVertical
  52.     TabOrder = 0
  53.   end
  54.   object Button1: TButton
  55.     Left = 1
  56.     Top = 8
  57.     Width = 160
  58.     Height = 33
  59.     Caption = 'Embeding HTML'
  60.     TabOrder = 1
  61.     OnClick = Button1Click
  62.     OnMouseMove = Button1MouseMove
  63.   end
  64.   object Button2: TButton
  65.     Left = 161
  66.     Top = 8
  67.     Width = 89
  68.     Height = 33
  69.     Caption = 'Values'
  70.     TabOrder = 2
  71.     OnClick = Button2Click
  72.     OnMouseMove = Button2MouseMove
  73.   end
  74.   object Button3: TButton
  75.     Left = 1
  76.     Top = 56
  77.     Width = 160
  78.     Height = 33
  79.     Caption = 'Expression & Operators'
  80.     TabOrder = 3
  81.     OnClick = Button3Click
  82.     OnMouseMove = Button3MouseMove
  83.   end
  84.   object Button4: TButton
  85.     Left = 161
  86.     Top = 56
  87.     Width = 89
  88.     Height = 33
  89.     Caption = 'Object Model'
  90.     TabOrder = 4
  91.     OnClick = Button4Click
  92.     OnMouseMove = Button4MouseMove
  93.   end
  94.   object Button5: TButton
  95.     Left = 1
  96.     Top = 104
  97.     Width = 160
  98.     Height = 33
  99.     Caption = 'Built-in Object & Function'
  100.     TabOrder = 5
  101.     OnClick = Button5Click
  102.     OnMouseMove = Button5MouseMove
  103.   end
  104.   object Button6: TButton
  105.     Left = 0
  106.     Top = 248
  107.     Width = 161
  108.     Height = 33
  109.     Caption = 'Over View Statement'
  110.     TabOrder = 6
  111.     OnClick = Button6Click
  112.     OnMouseMove = Button6MouseMove
  113.   end
  114.   object Button7: TButton
  115.     Left = 1
  116.     Top = 152
  117.     Width = 160
  118.     Height = 33
  119.     Caption = 'Authoring'
  120.     TabOrder = 7
  121.     OnClick = Button7Click
  122.     OnMouseMove = Button7MouseMove
  123.   end
  124.   object Button8: TButton
  125.     Left = 0
  126.     Top = 296
  127.     Width = 161
  128.     Height = 33
  129.     Caption = 'Navigator Objects'
  130.     TabOrder = 8
  131.     OnClick = Button8Click
  132.     OnMouseMove = Button8MouseMove
  133.   end
  134.   object Button9: TButton
  135.     Left = 1
  136.     Top = 200
  137.     Width = 160
  138.     Height = 33
  139.     Caption = 'Objects'
  140.     TabOrder = 9
  141.     OnClick = Button9Click
  142.     OnMouseMove = Button9MouseMove
  143.   end
  144.   object Button10: TButton
  145.     Left = 161
  146.     Top = 104
  147.     Width = 89
  148.     Height = 33
  149.     Caption = 'Descriptions'
  150.     TabOrder = 10
  151.     OnClick = Button10Click
  152.     OnMouseMove = Button10MouseMove
  153.   end
  154.   object Button11: TButton
  155.     Left = 161
  156.     Top = 248
  157.     Width = 89
  158.     Height = 33
  159.     Caption = 'Properties'
  160.     TabOrder = 11
  161.     OnClick = Button11Click
  162.     OnMouseMove = Button11MouseMove
  163.   end
  164.   object Button12: TButton
  165.     Left = 161
  166.     Top = 152
  167.     Width = 89
  168.     Height = 33
  169.     Caption = 'Script & Java'
  170.     TabOrder = 12
  171.     OnClick = Button12Click
  172.     OnMouseMove = Button12MouseMove
  173.   end
  174.   object Button13: TButton
  175.     Left = 161
  176.     Top = 296
  177.     Width = 89
  178.     Height = 33
  179.     Caption = 'Methods'
  180.     TabOrder = 13
  181.     OnClick = Button13Click
  182.     OnMouseMove = Button13MouseMove
  183.   end
  184.   object Button14: TButton
  185.     Left = 161
  186.     Top = 200
  187.     Width = 89
  188.     Height = 33
  189.     Caption = 'Handler'
  190.     TabOrder = 14
  191.     OnClick = Button14Click
  192.     OnMouseMove = Button14MouseMove
  193.   end
  194.   object Button15: TButton
  195.     Left = 161
  196.     Top = 344
  197.     Width = 89
  198.     Height = 33
  199.     Caption = 'Statements'
  200.     TabOrder = 15
  201.     OnClick = Button15Click
  202.     OnMouseMove = Button15MouseMove
  203.   end
  204.   object Button16: TButton
  205.     Left = 0
  206.     Top = 344
  207.     Width = 161
  208.     Height = 33
  209.     Caption = 'Reserved Words'
  210.     TabOrder = 16
  211.     OnClick = Button16Click
  212.     OnMouseMove = Button16MouseMove
  213.   end
  214.   object BitBtn1: TBitBtn
  215.     Left = 1
  216.     Top = 392
  217.     Width = 160
  218.     Height = 33
  219.     Caption = 'PRINT OUT'
  220.     TabOrder = 17
  221.     OnClick = BitBtn1Click
  222.     OnMouseMove = BitBtn1MouseMove
  223.     Glyph.Data = {
  224.       78010000424D7801000000000000760000002800000020000000100000000100
  225.       04000000000000000000120B0000120B00000000000000000000000000000000
  226.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  227.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  228.       0003377777777777777308888888888888807F33333333333337088888888888
  229.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  230.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  231.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  232.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  233.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  234.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  235.       33333337FFFF77333333333000000333333333377777733333330000}
  236.     NumGlyphs = 2
  237.   end
  238.   object BitBtn2: TBitBtn
  239.     Left = 161
  240.     Top = 392
  241.     Width = 89
  242.     Height = 33
  243.     TabOrder = 18
  244.     OnClick = BitBtn2Click
  245.     OnMouseMove = BitBtn2MouseMove
  246.     Kind = bkClose
  247.   end
  248.   object Memo2: TMemo
  249.     Left = 9
  250.     Top = 20
  251.     Width = 608
  252.     Height = 421
  253.     Lines.Strings = (
  254.       'Memo2')
  255.     ScrollBars = ssVertical
  256.     TabOrder = 19
  257.     Visible = False
  258.   end
  259. end
  260.